home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / lowlevel / VBlankInt / VBlankInt.doc < prev    next >
Encoding:
Text File  |  1993-08-31  |  1.3 KB  |  50 lines

  1. VBlankInt
  2.  
  3. NAME
  4.     VBlankInt -- lowlevel.library/AddVBlankInt(), RemVBlankInt()
  5.         Test Program
  6.  
  7. SYNOPSIS
  8.     CLI:
  9.         VBlankInt
  10.  
  11.     Workbench:
  12.         Not supported
  13.  
  14. FUNCTION
  15.     VBlankInt is a part of a series of test programs for lowlevel.library.
  16.     The purpose of VBlankInt is to test the lowlevel.library/AddVBlankInt()
  17.     and RemVBlankInt() functions.
  18.  
  19.     VBlankInt sets up a vertical blank interrupt handler, waits one
  20.     second, and outputs the following information:
  21.  
  22.     o   Total calls to vertical blank interrupt handler
  23.         (should be 50 on PAL systems and 60 on NTSC systems)
  24.  
  25.     o   Calls to vertical blank interrupt handler (if any) with bad
  26.         interrupt data; such calls should not occur
  27.  
  28.     o   Calls to vertical blank interrupt handler (if any) with vertical
  29.         beam position beyond threshold line (row 20 for NTSC systems,
  30.         row 25 for PAL systems)
  31.  
  32. INPUTS
  33.     None
  34.  
  35. RESULT
  36.     RETURN_OK (0)       -   Success
  37.     RETURN_WARN (5)     -   Warning (possible problem detected)
  38.     RETURN_FAIL (20)    -   Failure
  39.  
  40. EXAMPLE
  41.  
  42. NOTES
  43.     VBlankInt may produce incorrect results (particularly in the
  44.     total count of calls to the vertical blank interrupt handler) if
  45.     run with mode promotion (set in the IControl Preferences editor) on.
  46.  
  47. BUGS
  48.  
  49. SEE ALSO
  50.